<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'animate.css';
@import 'skin.css';

/******************************
 ** 初始化
** 1.2.0
 ******************************/
* { margin: 0; padding: 0; }
body { font: 14px/2 'Microsoft Yahei', Arial; color: #666; background: #fff; }
img { border: 0px; }
ul, ol { list-style-type: none; vertical-align: bottom; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { font: 14px/1 'Microsoft Yahei', Arial; color: #666; outline: 0; }
textarea { resize: none; overflow: auto; }
h1,h2,h3,h4,h5,h6,font { font-size: 14px; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:hover { color:#eb3d00; }
a img { transition: all .5s ease; }

.clear { float: none !important; clear: both; +line-height: 0; +font-size: 0; +height: 0; }
.hidden { display: none; visibility: visible; }
.wrap { width: 1200px; margin: 0 auto; position: relative; }


/******************************
 ** 首页
 ******************************/
.header { height: 110px; background: #fff; }
.header .logo { float: left; margin: 20px 20px 20px 0; padding: 0 20px 0 0;/* background: url(../images/header-line.png) right center no-repeat;*/     border-right: 1px solid #e9e9e9;}
.header .logo img { display: block; }
.header .tag { float: left; margin: 15px 0 10px; }
.header .tag h2{    color: #2c2f3c;font-size: 20px;}
.header .tag h3{    color: #6b6e78;
    font-size: 21px;
    font-weight: normal;}

.header .tel { float: right; margin: 30px 0; padding: 0 0 0 60px; background: url(../images/header-tel.png) left center no-repeat; }
.header .tel h2,
.header .tel h3 { font-weight: normal; line-height: 25px; font-size: 16px; }
.header .tel h3 { font-weight: bold; font-size: 26px; color: #eb3d00; }


.nav { height: 60px; background: url(../images/nav-bj.png) center center repeat-x; position: relative; z-index: 666; }
.nav li { float: left; width: 200px; height: 60px; position: relative; }
.nav li &gt; a { display: block; height: 60px; line-height: 60px; font-size: 16px; text-align: center; transition: none; transition: background .5s ease; }
.nav .drop { position: absolute; left: 0; top: 60px; width: 100%; background: url(about:blank) center center repeat; display: none; }
.nav .drop dl { position: relative; }
.nav .drop dd { line-height: 40px; text-align: center; background: #fff; border-top: 1px solid #eee; }
.nav .drop dd:first-child { border-top: 4px solid #ff7009; }
.nav .drop a { display: block; padding: 8px; font-size: 15px; }
.nav .drop a:hover { background: #eb3d00; color: #fff; }
.nav li.active &gt; a { background: #da251d; color: #fff; }
.nav li.current &gt; a { background: #da251d; color: #fff; }


.banner { position: relative; z-index: 8; }
.banner .list { position: relative; overflow: hidden; z-index: 1; }
.banner .list li { position: absolute; width: 100%; height: 100%; overflow: hidden; background: #FFF; display: none; z-index: 1; }
.banner .list li:first-child { display: block; }
.banner .list li.active { z-index: 2; }
.banner .list img { position: relative; display: block; width: 1920px; left: 50%; margin: 0 0 0 -960px; }
.banner .dots { position: absolute; left: 50%; bottom: 30px; margin: 0 0 0 -50px; line-height: 0; z-index: 18; }
.banner .dots li { display: inline-block; +display: inline; +zoom: 1; width: 15px; height: 15px; border-radius: 1px; background: #fff; border: 1px solid #d01818; margin: 0 10px; border-radius: 50%; cursor: pointer; transition: all .3s ease; }
.banner .dots li.active { background: #d01818; }
.banner .prev,
.banner .next { width: 80px; height: 80px; position: absolute; top: 50%; margin: -50px 0 0; z-index: 9; cursor: pointer; display: none; }
.banner .prev { background: url(../images/banner-pw.png) 0 0 no-repeat; left: 50px; }
.banner .next { background: url(../images/banner-pw.png) 0 -80px no-repeat; right: 50px; }
.banner .prev:hover { background-position: -80px 0; }
.banner .next:hover { background-position: -80px -80px; }
.banner .list,
.banner .list img { height: 721px; }
.banner.mini .list,
.banner.mini .list img { height: 350px; }
.banner.mini .tip { bottom: 10px; }


.inav { padding: 30px 0; }
.inav .wrap { height: 143px; }
.inav li { float: left; width: 286px; height: 143px; margin: 0 0 0 18px; position: relative; overflow: hidden; }
.inav li:first-child { margin-left: 0; }
.inav .bj { display: block; width: 100%; height: 100%; overflow: hidden; transition: all .5s ease; }
.inav .shadow { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/inav-bj.png) center center repeat; padding: 20px 20px 0 110px; color: #fff; }
.inav .icon { position: absolute; left: 20px; top: 20px; }
.inav h3 { line-height: 40px; font-size: 24px; text-shadow: 0 2px 5px #ba0503; }
.inav p { line-height: 24px; font-size: 16px; white-space: nowrap; margin: 0 0 5px; }
.inav a { display: inline-block; +display: inline; +zoom: 1; line-height: 24px; padding: 0 10px; background: #fff; border-radius: 3px; }
.inav li:hover .bj { transform: scale(2, 2); }


.icase { padding: 20px 0 50px; }
.icase .head { text-align: center; position: relative; margin: 0 0 40px; }
.icase .head h3 { line-height: 30px; font-weight: normal; font-size: 16px; color: #999; text-transform: uppercase; }
.icase .head h2 { display: inline-block; +display: inline; +zoom: 1; line-height: 40px; font-size: 28px; color: #eb3d00; position: relative; background: #fff; padding: 0 50px; z-index: 2; }
.icase .head i { position: absolute; left: 0; right: 0; top: 50px; border-top: 1px solid #ddd; }
.icase .swiper { float: left; width: 594px; height: 445px; overflow: hidden; position: relative; }
.icase .swiper .prev,
.icase .swiper .next { position: absolute; top: 50%; margin: -50px 0 0; width: 50px; height: 100px; background: url(../images/icase-prev.png) center center no-repeat; z-index: 10; cursor: pointer; transition: all .3s ease; }
.icase .swiper .prev { left: -60px; }
.icase .swiper .next { right: -60px; background-image: url(../images/icase-next.png); }
.icase .swiper .prev:hover,
.icase .swiper .next:hover { opacity: .8; filter:Alpha(opacity=80); }
.icase .swiper .inner { position: relative; overflow: hidden; }
.icase .swiper .list { width: 1000%; overflow: hidden; position: relative;  }
.icase .swiper .item { float: left; width: 594px; overflow: hidden; }
.icase .swiper .item img { display: block; width: 100%; height: 445px; }
.icase .swiper .dots { position: absolute; left: 0; right: 0; bottom: -40px; z-index: 10; text-align: center; transition: all .3s ease; }
.icase .swiper .dots li { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; width: 14px; height: 14px; background: #fff; border-radius: 50%; margin: 0 3px; cursor: pointer; }
.icase .swiper .dots li.active { background-color: #da251d; }
.icase .swiper:hover .dots { bottom: 20px; }
.icase .swiper:hover .prev { left: 0; }
.icase .swiper:hover .next { right: 0; }
.icase .swiper:hover img { transform: scale(1.1, 1.1); }
.icase .tabed { }
.icase .tabed li { float: left; width: 290px; height: 217px; margin: 0 0 10px 10px; overflow: hidden; position: relative; }
.icase .tabed .bj { display: block; width: 100%; height: 217px; transition: all .5s ease; }
.icase .tabed .shadow { position: absolute; left: 0; right: 0; bottom: 0; background: url(../images/icase-bj.png) center center repeat; text-align: center; }
.icase .tabed h3 { line-height: 40px; font-size: 15px; font-weight: normal; color: #fff; }
.icase .tabed a { line-height: 30px; background: #fff; padding: 0 20px; border-radius: 30px; display: none; }
.icase .tabed li:hover .bj { transform: scale(1.1, 1.1); }
.icase .tabed li:hover .shadow { padding: 70px 0 0; top: 0; background-image: url(../images/icase-bj2.png); }
.icase .tabed li:hover .shadow a { display: inline-block; +display: inline; +zoom: 1; }
.icase .classify { width: 100%; height: 140px; clear: both; padding: 30px 0 0; }
.icase .classify li { float: left; width: 112px; margin: 0 0 0 103px; text-align: center; }
.icase .classify li:first-child { margin-left: 0; }
.icase .classify img { width: 100%; height: 110px; border-radius: 50%; }
.icase .classify h3 { line-height: 30px; font-weight: normal; }
.icase .classify li:hover img { transform: scale(1.1, 1.1); }


.iadv { height: 200px; background: url(../images/iadv-bj.png) center center no-repeat; }
.iadv .po { float: left; width: 390px; color: #fff; text-align: center; padding: 20px 0 0; }
.iadv .po h2 { line-height: 50px; font-size: 26px; margin: 0 0 30px; }
.iadv .po ul { }
.iadv .po li { float: left; width: 129px; height: 70px; border-left: 1px dashed #f1a19c; }
.iadv .po li:first-child { border-left: 0; }
.iadv .po img { display: block; width: 60px; height: 60px; margin: -5px auto 0; }
.iadv .form { height: 185px; margin: 0 0 0 450px; padding: 15px 200px 0 0; position: relative; }
.iadv .head { height: 40px; line-height: 38px; border-bottom: 1px solid #ccc; margin: 0 0 20px; }
.iadv .head h2 { width: 85px; font-size: 15px; color: #333; border-bottom: 2px solid #da251d; }
.iadv .form .item { float: left; padding: 0 0 0 45px; border:1px solid #ddd; background: #fff; position: relative; }
.iadv .form .item.error { border-color: #f55; }
.iadv .form .item input { width: 550px; height: 35px; line-height: 35px; border: 0; background: #fff; }
.iadv .form .item-1 { width: 223px; margin: 0 0 10px 10px; }
.iadv .form .item-1 input { width: 100%; }
.iadv .form .item-2 { width: 503px; }
.iadv .form .item-2 input { width: 100%; }
.iadv .form .item .icon { background: url(about:blank) center center no-repeat; position: absolute; left: 10px; top: 50%; margin: -15px 0 0; width: 30px; height: 30px; }
.iadv .form .item .icon-name { background-image: url(../images/iadv-name.png); }
.iadv .form .item .icon-area { background-image: url(../images/iadv-area.png); }
.iadv .form .item .icon-loupan { background-image: url(../images/iadv-loupan.png); }
.iadv .form .item .icon-phone { background-image: url(../images/iadv-phone.png); }
.iadv .form .submit { position: absolute; right: 0; top: 50%; margin: -70px 0 0; width: 140px; height: 140px; }
.iadv .form .submit input { position: relative; z-index: 2; width: 140px; height: 140px; background: url(../images/iadv-submit.png) center center no-repeat; border: 0; cursor: pointer; }
.iadv .form .submit .f { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: url(../images/iadv-submit2.png) center center no-repeat; }
.iadv .form .submit:hover input { animation: bounceIn 1s ease; }
.iadv .form .submit:hover .f { animation: tada 2s ease; }


.iadvan { padding: 60px 0; background: url(../images/iadvan-bj.png) center center no-repeat; }
.iadvan .wrap { height: 550px; }
.iadvan .center { position: absolute; top: 150px; left: 50%; margin: 0 0 0 -150px; width: 300px; text-align: center; color: #fff; }
.iadvan .center img { }
.iadvan .center h3 { line-height: 70px; font-size: 40px; }
.iadvan .center .tel { text-align: left; padding: 0 0 0 70px; background: url(../images/iadvan-tel.png) left center no-repeat; margin: 0 20px 20px; }
.iadvan .center .tel h4 { line-height: 30px; font-size: 18px; font-weight: normal; white-space: nowrap; }
.iadvan .center .tel h5 { line-height: 30px; font-size: 26px; white-space: nowrap; }
.iadvan .center a { display: inline-block; +display: inline; +zoom: 1; line-height: 40px; padding: 0 30px; background: #fff; color: #da251d; font-size: 18px; position: relative; top: 0; transition: all .5s ease; }
.iadvan .center a:hover { top: 5px; }
.iadvan .item { position: absolute; width: 300px; transition: all 1s ease; }
.iadvan .item:hover { transform: translate(0, -5px); }
.iadvan .item dt { line-height: 40px; font-size: 22px; color: #333; }
.iadvan .item dd { line-height: 20px; }
.iadvan .item-1 { right: 870px; top: 20px; text-align: right; }
.iadvan .item-2 { right: 930px; top: 200px; text-align: right; }
.iadvan .item-3 { right: 870px; top: 420px; text-align: right; }
.iadvan .item-4 { left: 870px; top: 20px; }
.iadvan .item-5 { left: 930px; top: 200px; }
.iadvan .item-6 { left: 870px; top: 420px; }


.ipro { padding: 40px 0 60px; background: url(../images/ipro-bj.png) center center repeat #f2f2f2; }
.ipro .head { text-align: center; position: relative; margin: 0 0 40px; }
.ipro .head h3 { line-height: 30px; font-weight: normal; font-size: 16px; color: #999; text-transform: uppercase; }
.ipro .head h2 { display: inline-block; +display: inline; +zoom: 1; line-height: 40px; font-size: 28px; color: #eb3d00; position: relative; background: url(../images/ipro-bj.png) center center repeat #f2f2f2; padding: 0 50px; z-index: 2; }
.ipro .head i { position: absolute; left: 0; right: 0; top: 50px; border-top: 1px solid #ddd; }
.ipro .main { position: relative; overflow: hidden; margin: 0 0 50px; }
.ipro .scroll { width: 200%; overflow: hidden; position: relative; }
.ipro .list { float: left; width: 50%; }
.ipro .item { float: left; width: 20%; margin: 0 0 10px; }
.ipro .item a { display: block; padding: 0 0 75%; border: 5px solid #fff; overflow: hidden; position: relative; margin: 0 5px; background: #eee; }
.ipro .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ipro .shadow { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; background: url(../images/icase-bj.png) center center repeat; }
.ipro .shadow h3 { line-height: 40px; color: #fff; font-weight: normal; }
.ipro .shadow i { position: absolute; left: 10px; top: 10px; bottom: 10px; right: 10px; border: 1px solid #fff; visibility: hidden; }
.ipro .item:hover h3 { background: url(../images/ipro-h3.png) center bottom no-repeat; animation: fadeInUp .5s ease; }
.ipro .item:hover img { transform: scale(1.1, 1.1); }
.ipro .item:hover .shadow { top: 0; padding: 30% 0 0; }
.ipro .item:hover .shadow i { visibility: visible; animation: zoomIn .5s ease; }
.ipro .more { text-align: center; }
.ipro .more a { display: inline-block; +display: inline; +zoom: 1; line-height: 50px; background: #da251d; padding: 0 50px; font-size: 16px; color: #fff; transition: all .5s ease; }
.ipro .more a:hover { background: #c80d05; }


.iservice { padding: 40px 0 89px; background: url(../images/iservice-bj.png) center bottom no-repeat; }
.iservice .head { text-align: center; position: relative; margin: 0 0 40px; }
.iservice .head h3 { line-height: 30px; font-weight: normal; font-size: 16px; color: #999; text-transform: uppercase; }
.iservice .head h2 { display: inline-block; +display: inline; +zoom: 1; line-height: 40px; font-size: 28px; color: #eb3d00; position: relative; background: #fff; padding: 0 50px; z-index: 2; }
.iservice .head i { position: absolute; left: 0; right: 0; top: 50px; border-top: 1px solid #ddd; }
.iservice .wrap { height:120px; }
.iservice .item { position: absolute; left: 0; top: 0; text-align: center; }
.iservice .item .icon { display: block; width: 150px; height: 137px; background: url(../images/iservice-icon.png) 0 0 no-repeat; }
.iservice .item h3 { font-weight: normal; font-size: 18px;white-space: nowrap; }
.iservice .item p { color: #999; }
.iservice .item:hover { color: #eb3d00; }
.iservice .item:hover .icon { animation: pulse 1s ease; }
.iservice .item-1 { left: -35px; top: 0; }
.iservice .item-2 { left: 145px; top: 0; }
.iservice .item-3 { left: 320px; top: 0; }
.iservice .item-4 { left: 500px; top: 0; }
.iservice .item-5 { left: 678px; top: 0; }
.iservice .item-6 { left: 860px; top: 0; }
.iservice .item-7 { left: 1040px; top: 0; }
.iservice .item-8 { left: 1040px; top: 255px; }
.iservice .item-9 { left: 860px; top: 255px; }
.iservice .item-10 { left: 678px; top: 255px; }
.iservice .item-11 { left: 500px; top: 255px; }
.iservice .item-1 .icon { background-position: 0 0; }
.iservice .item-2 .icon { background-position: 0 -150px; }
.iservice .item-3 .icon { background-position: 0 -300px; }
.iservice .item-4 .icon { background-position: 0 -450px; }
.iservice .item-5 .icon { background-position: 0 -600px; }
.iservice .item-6 .icon { background-position: 0 -750px; }
.iservice .item-7 .icon { background-position: 0 -900px; }
.iservice .item-8 .icon { background-position: 0 -1050px; }
.iservice .item-9 .icon { background-position: 0 -1200px; }
.iservice .item-10 .icon { background-position: 0 -1350px; }
.iservice .item-11 .icon { background-position: 0 -1500px; }
.iservice .item-1:hover .icon { background-position: -150px 0; }
.iservice .item-2:hover .icon { background-position: -150px -150px; }
.iservice .item-3:hover .icon { background-position: -150px -300px; }
.iservice .item-4:hover .icon { background-position: -150px -450px; }
.iservice .item-5:hover .icon { background-position: -150px -600px; }
.iservice .item-6:hover .icon { background-position: -150px -750px; }
.iservice .item-7:hover .icon { background-position: -150px -900px; }
.iservice .item-8:hover .icon { background-position: -150px -1050px; }
.iservice .item-9:hover .icon { background-position: -150px -1200px; }
.iservice .item-10:hover .icon { background-position: -150px -1350px; }
.iservice .item-11:hover .icon { background-position: -150px -1500px; }
.iservice .tel { position: absolute; left: 50px; bottom: 30px; }
.iservice .tel h2 { line-height: 30px; font-size: 18px; font-weight: normal; }
.iservice .tel h3 { line-height: 40px; font-size: 28px; color: #333; margin: 0 0 10px; }
.iservice .tel a { display: inline-block; +display: inline; +zoom: 1; line-height: 35px; background: #eb3d00; color: #fff; padding: 0 30px; border-radius: 35px; margin: 0 0 0 80px; }
.iservice .tel a:hover { animation: swing .5s ease; }



.iteam { padding: 40px 0 60px; background: url(../images/ipro-bj.png) center center repeat #f2f2f2; }
.iteam .head { text-align: center; position: relative; margin: 0 0 40px; }
.iteam .head h3 { line-height: 30px; font-weight: normal; font-size: 16px; color: #999; text-transform: uppercase; }
.iteam .head h2 { display: inline-block; +display: inline; +zoom: 1; line-height: 40px; font-size: 28px; color: #eb3d00; position: relative; background: url(../images/ipro-bj.png) center center repeat #f2f2f2; padding: 0 50px; z-index: 2; }
.iteam .head i { position: absolute; left: 0; right: 0; top: 50px; border-top: 1px solid #ddd; }
.iteam .list { float: left; width: 404px; }
.iteam .item { float: left; width: 192px; margin: 0 10px 10px 0; }
.iteam .item a { display: block; position: relative; overflow: hidden; }
.iteam .item img { display: block; width: 100%; }
.iteam .item h3 { position: absolute; z-index: 5; left: 0; right: 0; top: 50%; text-align: center; line-height: 30px; font-weight: normal; font-size: 16px; color: #fff; visibility: hidden; }
.iteam .item .lef,
.iteam .item .rig { position: absolute; top: 0; width: 100%; height: 100%; background: url(../images/iteam-shadow.png) 0 0 repeat; transition: all .5s ease; }
.iteam .item .lef { left: -100%; }
.iteam .item .rig { right: -100%; }
.iteam .item:hover .lef { left: 0; }
.iteam .item:hover .rig { right: 0; }
.iteam .item:hover img { transform: scale(1.1, 1.1); }
.iteam .item:hover h3 { visibility: visible; animation: slideInUp .5s ease; }
.iteam .randrom { float: left; width: 392px;  position: relative; overflow: hidden; margin: 0 0 50px; }
.iteam .randrom img { display: block; width: 100%;  }
.iteam .randrom .shadow { position: absolute; right: -100%; bottom: 50px; padding: 20px 30px 30px; width: 60%; background: url(../images/iteam-shadow2.png) 0 0 repeat; color: #fff; transition: all .5s ease; }
.iteam .randrom .shadow h3 { line-height: 30px; font-size: 20px; padding: 0 0 0 40px; background: url(../images/iteam-user.png) 0 center no-repeat; margin: 0 0 5px; }
.iteam .randrom .shadow p { line-height: 20px; margin: 0 0 10px; }
.iteam .randrom .shadow a { display: inline-block; +display: inline; +zoom: 1; margin: 0 0 0 40px; line-height: 35px; background: #fff; color: #; border-radius: 35px; padding: 0 30px; }
.iteam .randrom:hover img { transform: scale(1.1, 1.1); }
.iteam .randrom:hover .shadow { right: 0; }
.iteam .adv { float: right; width: 395px; }
.iteam .adv img { display: block; width: 100%; height: 295px; }
.iteam .more { text-align: center; }
.iteam .more a { display: inline-block; +display: inline; +zoom: 1; line-height: 50px; background: #da251d; padding: 0 50px; font-size: 16px; color: #fff; transition: all .5s ease; }
.iteam .more a:hover { background: #c80d05; }


.inews { padding: 40px 0 60px; }
.inews .head { text-align: center; position: relative; margin: 0 0 40px; }
.inews .head h3 { line-height: 30px; font-weight: normal; font-size: 16px; color: #999; text-transform: uppercase; }
.inews .head h2 { display: inline-block; +display: inline; +zoom: 1; line-height: 40px; font-size: 28px; color: #eb3d00; position: relative; background: #fff; padding: 0 50px; z-index: 2; }
.inews .head i { position: absolute; left: 0; right: 0; top: 50px; border-top: 1px solid #ddd; }

.inews .floor { margin: 0 0 20px; height: 310px; }
.inews .left { float: left; width: 220px; height: 290px; padding: 20px 3px 0 30px; margin: 0 10px 0 0; background: url(../images/inews-1x.png) 0 0 no-repeat; position: relative; left: 0; transition: all .5s ease; }
.inews .center { float: left; width: 394px; height: 310px; overflow: hidden; background: #eee; }
.inews .center img { display: block; width: 100%; height: 100%; transition: all .5s ease; }
.inews .floor:hover .center img { transform: scale(1.1, 1.1); }
.inews .floor:hover .left { left: 5px; }

.inews .thead { color: #fff; }
.inews .thead h2 { line-height: 50px; font-size: 24px; }
.inews .thead h3 { line-height: 40px; font-weight: normal; }
.inews .thead i { display: block; line-height: 0; font-size: 0; width: 60px; border-bottom: 2px solid #fff; }
.inews .tabed { width: 180px;     margin-top: 30px;}
.inews .tabed li { border: 1px solid #ef9894; margin: 0 0 10px; padding: 5px; cursor: pointer; transition: all .5s ease; }
.inews .tabed span { display: block; height: 37px; line-height: 37px; color: #fff; text-align: center; border: 1px solid #fff; }
.inews .tabed li:hover { border-color: #fff; }
.inews .tabed li.active span { background: #fff; color: #333; }
.inews .icons { width: 180px; }
.inews .icons img { display: block; }

.inews .inner { height: 288px; margin: 0 0 0 655px; padding: 20px 0 0 30px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.inews .list { display: none; }
.inews .list:first-child { display: block; }
.inews .list dt { border-bottom: 1px dashed #bbb; margin: 0 0 15px; padding: 0 0 15px; }
.inews .list dt h3 { line-height: 40px; font-size: 16px; }
.inews .list dt p { line-height: 20px; overflow: hidden; }
.inews .list dd { line-height: 15px; border-left: 1px solid #bbb; margin: 0 0 15px; padding: 0 0 0 12px; transition: all .5s ease; }
.inews .list dd:hover { padding: 0 0 0 18px; }

.inews .list2 {  }
.inews .list2 dt { padding: 15px 0; border-top: 1px dashed #bbb; }
.inews .list2 dt:first-child { border-top: 0; }
.inews .list2 h3 { line-height: 30px; font-size: 16px; padding: 0 0 0 40px; background: url(../images/inews-wen.png) 0 center no-repeat; }
.inews .list2 p { line-height: 30px; padding: 0 0 0 40px; background: url(../images/inews-da.png) 0 center no-repeat; }


.subtag { padding: 0 0 50px; }
.subtag ul { overflow: hidden; }
.subtag li { float: left; position: relative; width: 148px; height: 70px; padding: 0 0 0 75px; margin: 0 0 0 20px; }
.subtag li:first-child { margin-left: 0; }
.subtag img { position: absolute; left: 0; top: 0; width: 67px; height: 67px; }
.subtag h3 { line-height: 30px; font-size: 16px; color: #333; }
.subtag h4 { line-height: 30px; font-weight: normal; }


.footer { padding: 30px 0; background: #1f1f1f; }

.subnav { float: left; width: 200px; margin: 0 40px 0 0; }
.subnav dt { width: 90px; line-height: 45px; border-bottom: 1px solid #83888a; font-size: 16px; color: #ddd; margin: 0 0 5px; background: url(../images/subnav-io.png) right bottom no-repeat; }
.subnav dd { float: left; width: 60%; line-height: 40px; }
.subnav a { color: #83888a; }
.subnav a:hover { color: #bbb; text-decoration: underline; }

.sublime { float: left; width: 300px; }
.sublime .tel { padding: 0 0 0 55px; background: url(../images/sublime-tel.png) left center no-repeat; margin: 0 0 10px; }
.sublime .tel h2 { line-height: 20px; color: #fff; }
.sublime .tel h3 { line-height: 30px; font-size: 22px; color: #eb3d00; }
.sublime .py { color: #83888a; }

.subcode { float: right;    margin-top: 40px; }
.subcode li { float: left; width: 112px; text-align: center; margin: 0 0 0 30px; }
.subcode li:first-child { margin-left: 0; }
.subcode img { display: block; width: 100%; height: 112px; }
.subcode h3 { line-height: 40px; font-weight: normal; }

.bottomer { padding: 15px 0; line-height: 20px; background: #000; text-align: center; }
.copyright { color: #999; }
.copyright a { color: #999; }
.copyright a:hover { color: #bbb; text-decoration: underline; }

.toolbar { position:fixed; top:300px; right:1px; z-index:100; }
.toolbar &gt; * { width:60px; height:60px; position:relative; background:#282828; margin:0 0 1px; }
.toolbar &gt; *.itop { background:#282828; }
.toolbar &gt; *:first-child { border-top:0; }
.toolbar &gt; * &gt; a { display:block; width:60px; height:60px; text-align:center; color:#FFF; background:url(../images/toolbar-icon.png) center 0 no-repeat; }
.toolbar .qq a { background-position:center 0; }
.toolbar .qiao a { background-position:center -60px; }
.toolbar .tel a { background-position:center -120px; }
.toolbar .code a { background-position:center -180px; }
.toolbar .itop a { background-position:center -240px; }
.toolbar &gt; * &gt; a:hover { background-color: #da251d; }
.toolbar .drop-code { position:absolute; bottom:0; right:62px; background:#da251d; padding:5px; font-size:12px; text-align:center; color:#fff; box-shadow:0 0 1px rgba(0,0,0,.2); width:145px; display:none; }
.toolbar .drop-code img { display:block; width:145px; height:145px; }
.toolbar .drop-code h3 { font-weight:normal; }
.toolbar .drop-tel { position:absolute; top:0; right:62px; width:0; overflow:hidden; }
.toolbar .drop-tel p { width:152px; height:60px; line-height:60px; padding:0 0 0 10px; background:#da251d; color:#FFF; font-size:20px; }
.toolbar .qq:hover,
.toolbar .qiao:hover,
.toolbar .tel:hover,
.toolbar .code:hover { background-color:#da251d; }
.toolbar .itop:hover { background-color:#da251d; }

.onlinebar { height: 90px; position: relative; z-index: 100; visibility: hidden; }
.onlinebar .inner { position: fixed; left: 0; width: 100%; bottom: 0; z-index: 100; height: 90px; background: url(../images/online-bj.png) 0 0 repeat; }
.onlinebar .pointer { position: absolute; width: 490px; height: 130px; background: url(../images/online-pointer.png) 0 0 no-repeat; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -600px; }
.onlinebar .close { position: absolute; right: 50%; margin: 0 -600px 0 0; width: 33px; height: 68px; background: url(../images/online-hide.png) center bottom no-repeat; cursor: pointer; transition: all .5s ease; }
.onlinebar .close:hover { height: 60px; }
.onlinebar .form { position: absolute; left: 50%; top: 0; margin: 0 0 0 -110px; white-space: nowrap; padding: 20px 0; }
.onlinebar .inline { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; height: 50px; margin: 0 0 0 10px; }
.onlinebar .txt { width: 180px; height: 50px; line-height: 50px; padding: 0 20px; background: #fff; border-radius: 5px; border: 0; font-size: 16px; }
.onlinebar .submit { width: 170px; height: 50px; background: url(../images/online-submit.png) 0 0 no-repeat; border: 0; cursor: pointer; }
.onlinebar.mini { height: 0; }
.onlinebar.mini .inner { width: 230px; height: 120px; bottom: 50px; border-radius: 0 120px 120px 0; animation: slideInLeft .5s ease; }
.onlinebar.mini .close,
.onlinebar.mini .form { display: none; }
.onlinebar.mini .pointer { left: 0; bottom: 20px; margin: 0; width: 230px; height: 136px; background: url(../images/online-pointer2.png) 0 0 no-repeat; cursor: pointer; }







/******************************
 ** 内页架构
 ** 左右式
 ******************************
.wrapper { width: 1200px; margin: 0 auto; position: relative; padding: 0 0 50px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAABAQMAAAD0NsVPAAAABlBMVEUAAAD09PTdqnB/AAAAAXRSTlMAQObYZgAAABBJREFUCNdj+E8AfGAYCAAAL2Yg0SwX6GIAAAAASUVORK5CYII=) center center repeat-y; }
.sidebar { float: left; width: 220px; height: auto; padding: 20px; background: #f4f4f4; }
.container { margin: 0 0 0 300px; }

.location { position: relative; height: 54px; line-height: 54px; margin: 0 0 20px; border-bottom: 1px dashed #999; }
.location .head h2 { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; font-size: 20px; font-weight: normal; }
.location .head h3 { display: none; }
.location .path { position: absolute; right: 0; top: 0; opacity: .8; filter:Alpha(opacity=80); font-size: 15px;  }

.side-menuer { margin: 0 0 20px;  }
.topclass { padding: 0 0 20px; color: #333; border-bottom: 2px solid #ddd; text-align: center; }
.topclass h2 { line-height: 30px; font-size: 24px; margin: 0 0 5px; }
.topclass h3 { line-height: 20px; text-transform: uppercase; font-weight: normal; opacity: .9; filter: Alpha(opacity=90); }
.side-menu { padding: 20px 0 0; }
.side-menu dd &gt; a { display: block; padding: 0 20px; margin: 0 0 10px; line-height: 40px; font-size: 16px; background:  #e9e9e9; color: #666; }
.side-menu .drop { overflow: hidden; margin: 0 0 15px; display:none; }
.side-menu .drop li { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAAA1BMVEVxcXHjbzagAAAACklEQVQI12MAAgAABAABINItbwAAAABJRU5ErkJggg==) 10px center no-repeat; }
.side-menu .drop a { display: block; padding: 0 0 0 25px; height: 24px; line-height: 24px; color: #999; }
.side-menu .drop a: hover { color: #e43b48; }
.side-menu dd &gt; a:hover { background: #ddd; }
.side-menu dd.current &gt; a { background:  #c3a07d; color: #fff;  }
.side-menu dd.current .drop { display: block; }
.side-menu li.current &gt; a { color: #c3a07d; }

.side-con { }
.side-con .info { line-height: 24px; text-align: justify; }


/******************************
 ** 内页架构
 ** 上下式
 ******************************/
.wrapper { width:1200px; margin:0 auto; position:relative; padding:0 0 50px; z-index:10; }
.sidebar { width:100%; }
.container { width:100%; }
.content {  }
.location,
.topclass,
.side-con { display:none; }

.side-menuer { position: relative; top:0; left:0; z-index:1; margin: 0 0 50px; border-bottom: 2px solid #ddd; }
.side-menu { width:100%; height: 60px; white-space: nowrap; text-align: center; }
.side-menu dd { display: inline-block; +display: inline; +zoom: 1; height: 60px; line-height: 60px; margin: 0 40px 0 0; font-size: 18px; position: relative; }
.side-menu dd &gt; a { display:block; }
.side-menu .drop  { position: absolute; left: -10px; top: 55px;  font-size: 16px; display:none; }
.side-menu .drop li { display: inline-block; +display: inline; +zoom: 1; height: 50px; line-height: 50px; padding: 0 0 0 10px; background: url(../images/menuer-line.png) left center no-repeat; }
.side-menu .drop a { display:block; padding: 0 10px; }
.side-menu .drop li:first-child { padding-left: 0; background: none; }
.side-menu .current &gt; a { color: #eb3d00; border-bottom: 2px solid #eb3d00; font-weight: bold;  }


/*HTML地图*/
.about_main{line-height:30px; height:auto; font-size:14px;color:#666666; margin:0; padding:0;float:left;}
.about_main ul{list-style:none; margin:0; padding:0;}
.about_main ul li.map_1{border-bottom:1px solid #eee;margin:10px 0;padding:10px;font-weight:bold;}
.about_main ul li.map_2{ float:left; min-width:110px; padding:0 5px;}
.about_main ul li.map_3{ float:left; min-width:110px; padding:0 5px;}
.about_main ul li a{color: #666666;}
.about_main ul li a:hover{color:#666666; text-decoration:underline; font-weight:bold;}
.right_top ._column_title{ border-left:3px solid #e60044; color:#333; float:left; font-size:20px; height:24px; line-height:24px; margin:19px 0; padding-left:15px; display:inline;}
.right_top .column_path{ float:right;display:inline; color:#999; font-size:12px;}
.right_top .column_path a{color:#999;}
.clear { clear: both;font-size: 0px; margin: 0; padding: 0;display: block;height: 0px;_height: 0px;overflow: hidden;}
</pre></body></html>